What is happening?

GUID Partition Table (GPT) is a new style of partitioning which is part of the Unified Extensible Firmware Interface (UEFI) Specification. This is used for Windows 8, 8.1, and 10 factory installations for greater partition flexibility and more advanced functions of Windows. With a Windows 7 installation, the GPT partition has to be removed and UEFI BIOS needs to be configured in a Legacy boot configuration.

Using DISKPART Command to Resolve.

Once the UEFI BIOS has been set to Legacy mode, then boot to the Windows 7 DVD and press SHIFT+F10 at the point to create or delete partitions to exit to a Command Prompt. (Alternately, at the Windows 7 Install Now Screen, Click Repair Your Computer. The System Recovery Options window is now loaded. Click Command Prompt.)
Then type the following commands:

CAUTION: This process will permanently remove any and all data on the target drive. Dell is not responsible for any loss of data.

Type: DISKPART then press the Enter Key

At the DISKPART prompt, type: LIST DISK then press the Enter Key (If system only has one hard drive, then disk 0 is the drive you are wanting to work on. If there are multiple disks, then determine the number of the drive you are re-partitioning.)

At the DISKPART prompt, type: SELECT DISK (disknumber) then press the Enter Key

At the DISKPART prompt, type: CLEAN then press the Enter Key (This command removes all partitions/volumes on the selected disk)

At the DISKPART prompt, type: CONVERT MBR then press the Enter Key

Type: EXIT then press the Enter Key