1) Create the following file.
[root@block1 ~]# vi /etc/grub.d/40_custom
menuentry "Microsoft Windows 7"{
set root='(hd0,msdos1)'
chainloader +1
}
2) Run the following command.
[root@block1 ~]# cd /boot/grub2
[root@block1 grub2]# grub2-mkconfig -o grub.cfg
3) Reboot the machine. You will now see entry for Windows 7 in grub menu.