Hey everyone,
Just wanted to share any easy answer in case anyone was like me searching for it. Just updated fedora 17 kernel to 3.7.3-101.fc17.x86_64 and it pops up with unable to find the correct kernel-headers in default location, despite have kernel-headers.x86_64 installed for the current kernel.
The missing file was the version.h header file, which I was able to correct by copying the file from the headers rpm install elsewhere via:
cp -rp /usr/src/kernels/3.7.3-101.fc17.x86_64/include/generated/uapi/linux/version.h /usr/src/kernels/3.7.3-101.fc17.x86_64/include/linux/
Hope this helps someone.
~Mike