I would look at it this way (on a RHEL/Centos/... distro):
Code:
# running kernel : also usually matches the 1st entry in /boot/grub/grub.conf
uname -a
# Other installed & avail kernels : see also other entries in /boot/grub/grub.conf
rpm -qa| grep -i kernel
NB: I don't have v7, so the above may not be true for v7.
HTH